toggle menu
MapLibre Native Android
11.7.1
androidJvm
switch theme
search in API
MapLibre Native Android
/
org.maplibre.android.maps.renderer.egl
/
[androidJvm]EGLContextFactory
EGLContext
Factory
open
class
EGLContextFactory
:
GLSurfaceView.EGLContextFactory
Members
Constructors
EGLContext
Factory
Link copied to clipboard
constructor
(
)
Functions
create
Context
Link copied to clipboard
open
fun
createContext
(
egl
:
EGL10
,
@
Nullable
display
:
EGLDisplay
,
@
Nullable
config
:
EGLConfig
)
:
EGLContext
destroy
Context
Link copied to clipboard
open
fun
destroyContext
(
egl
:
EGL10
,
display
:
EGLDisplay
,
context
:
EGLContext
)